@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
body{
  background: #8769ac;
}
nav{
  background: #f6f0ff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 100px;



  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1;
  margin-bottom: 20px;
  border-bottom: 1px solid silver;
}
nav .logo{
  color: #b383ff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}
nav .nav-items{
  display: flex;
  flex: 1;
  padding: 0 0 0 40px;
}


nav .nav-items li{
  list-style: none;
  padding: 0 15px;
  position: relative  ;
}
nav .nav-items li a{
  color: #471e7c;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
nav .nav-items li a:hover{
  color: #7715fe;
}
nav form{
  display: flex;
  height: 40px;
  padding: 2px;
  background: #1e232b;
  min-width: 18%!important;
  border-radius: 2px;
  border: 1px solid rgba(155,155,155,0.2);
}
nav form .search-data{
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  font-size: 17px;
  border: none;
  font-weight: 500;
  background: none;
}
nav form button{
  padding: 0 15px;
  color: #fff;
  font-size: 17px;
  background: #471e7c;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
nav form button:hover{
  background: #7715fe;
}
nav .menu-icon,
nav .cancel-icon,
nav .search-icon{
  width: 40px;
  text-align: center;
  margin: 0 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: none;
}
nav .menu-icon span,
nav .cancel-icon,
nav .search-icon{
  display: none;
}
@media (max-width: 1245px) {
  nav{
    padding: 0 50px;
  }
}
@media (max-width: 1140px){
  nav{
    padding: 0px;
  }
  nav .logo{
    flex: 2;
    text-align: center;
  }
  nav .nav-items{
    position: fixed;
    z-index: 99;
    top: 70px;
    width: 100%;
    left: -100%;
    height: 100%;
    padding: 10px 50px 0 50px;
    text-align: center;
    background: #14181f;
    display: inline-block;
    transition: left 0.3s ease;
  }
  nav .nav-items.active{
    left: 0px;
  }
  nav .nav-items li{
    line-height: 40px;
    margin: 30px 0;
  }
  nav .nav-items li a{
    font-size: 20px;
  }
  nav form{
    position: absolute;
    top: 80px;
    right: 50px;
    opacity: 0;
    pointer-events: none;
    transition: top 0.3s ease, opacity 0.1s ease;
  }
  nav form.active{
    top: 95px;
    opacity: 1;
    pointer-events: auto;
  }
  nav form:before{
    position: absolute;
    content: "";
    top: -13px;
    right: 0px;
    width: 0;
    height: 0;
    z-index: -1;
    border: 10px solid transparent;
    border-bottom-color: #1e232b;
    margin: -20px 0 0;
  }
  nav form:after{
    position: absolute;
    content: '';
    height: 60px;
    padding: 2px;
    background: #1e232b;
    border-radius: 2px;
    min-width: calc(100% + 20px);
    z-index: -2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  nav .menu-icon{
    display: block;
  }
  nav .search-icon,
  nav .menu-icon span{
    display: block;
  }
  nav .menu-icon span.hide,
  nav .search-icon.hide{
    display: none;
  }
  nav .cancel-icon.show{
    display: block;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.content header{
  font-size: 30px;
  font-weight: 700;
}
.content .text{
  font-size: 30px;
  font-weight: 700;
}
.space{
  margin: 10px 0;
}
nav .logo.space{
  color: red;
  padding: 0 5px 0 0;
}
@media (max-width: 980px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 20px;
  }
  nav form{
    right: 30px;
  }
}
@media (max-width: 350px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 10px;
    font-size: 16px;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content header{
  font-size: 30px;
  font-weight: 700;
}
.content .text{
  font-size: 30px;
  font-weight: 700;
}
.content .space{
  margin: 10px 0;
}

.nav-items li:hover .dropdown-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  
}

.nav-items li:hover .dropdown-menu ul {
  display: block !important;
  margin: 20px 10px ;
  padding: 0 !important;
  text-align: center;
}

.dropdown-menu ul li {
  width: 170px;
  padding: 10px ;
}

.dropdown-menu {
  display: none;
  background: #f6f0ff;
  color: #7489C6;
  border: .5px solid grey ;
  border-radius: 5px;
}


nav label{
  line-height: 85px;
  padding: 0 80px;
  font-size: 50px;
  color: #0d0d0d;
  font-family: 'Montserrat', sans-serif;
}
nav span{
  color: red;
}
.scroll-line{
  height: 2px;
  background: red;
  margin-bottom: -3px;
  width: 0%;
}

























.rd1 {
  margin: 0 auto;
  color: #f6f0ff;
  text-align: center;
  padding: 60px 10px;
}


/* .container{
  width: 100% !important;
  overflow: hidden;
}
.container .text{
  position: relative;
  color: #f6f0ff;
  font-size: 30px;
  font-weight: 600;
}
.container .text.first-text{
  color: #FFF;
}
.text.sec-text:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #471e7c;
  border-left: 2px solid #4070F4;
  animation: animate 2s steps(22) infinite;
}
@keyframes animate{
  40%, 60%{
      left: calc(100% + 4px);
  }
  100%{
      left: 0%;
  }
}





.wrapper{
  margin: 0 auto !important;
  width: 65%;
  text-align: center;
}
.wrapper .static-txt{
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}
.wrapper .dynamic-txts{
  margin-left: 15px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
}
.dynamic-txts li{
  list-style: none;
  color: #f6f0ff;
  font-size: 60px;
  font-weight: 500;
  position: relative;
  top: 0;
  animation: slide 12s steps(4) infinite;
}
@keyframes slide {
  100%{
    top: -360px;
  }
}
.dynamic-txts li span{
  position: relative;
  margin: 5px 0;
  line-height: 90px;
}
.dynamic-txts li span::after{
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #343F4F;
  border-left: 2px solid #FC6D6D;
  animation: typing 3s steps(10) infinite;
}
@keyframes typing {
  40%, 60%{
    left: calc(100% + 30px);
  }
  100%{
    left: 0;
  }
} */


.intro {
  width: 100%;
  min-height: 800px;
  top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
   }


   .container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.content{
    text-align: center;
}


.content h1{
    font-size: 95px;
    color: #f6f6f6;
    margin-bottom: 40px;
    
}

@media only screen and (max-width: 320px) {
  .content h1 {
    position: relative;
    top: 130px;
  }
}

@media only screen and (max-width: 375px) {
  .content h1 {
    position: relative;
    top: 130px;
  }
}

@media only screen and (max-width: 425px) {
  .content h1 {
    position: relative;
    top: 130px;
  }
}

@media only screen and (max-width: 768px) {
  .content h1 {
    position: relative;
    top: 130px;
  }
}

@media only screen and (max-width: 1024px) {
  .content h1 {
    position: relative;
    top: 130px;
  }
}





















.content h3 {
  font-size: 32px;
  color: #f6f6f6;
  margin-bottom: 50px;
}

@media only screen and (max-width: 320px) {
  .content h3 {
    position: relative;
    top: 130px;
  }
}


@media only screen and (max-width: 375px) {
  .content h3 {
    position: relative;
    top: 130px;
  }
}

@media only screen and (max-width: 425px) {
  .content h3 {
    position: relative;
    top: 130px;
  }
}

@media only screen and (max-width: 768px) {
  .content h3 {
    position: relative;
    top: 130px;
  }
}

@media only screen and (max-width: 1024px) {
  .content h3 {
    position: relative;
    top: 130px;
  }
}










.content a{
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    background-color: #471e7c;
    padding: 15px 25px;
    
    transition: 0.3s;
}


@media only screen and (max-width: 320px) {
  .content a {
    position: relative;
    top: 130px;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    background-color: #471e7c;
    padding: 4px 3px;
    
    
  }
}

@media only screen and (max-width: 375px) {
  .content a {
    position: relative;
    top: 130px;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    background-color: #471e7c;
    padding: 4px 3px;
  }
}

@media only screen and (max-width: 425px) {
  .content a {
    position: relative;
    top: 130px;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    background-color: #471e7c;
    padding: 4px 3px;
  }
}

@media only screen and (max-width: 768px) {
  .content a {
    position: relative;
    top: 130px;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    background-color: #471e7c;
    padding: 4px 3px;
  }
}

@media only screen and (max-width: 1024px) {
  .content a {
    position: relative;
    top: 130px;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    background-color: #471e7c;
    padding: 4px 3px;
  }
}

.content a:hover{
    background: #7489C6;
    color: #f6f6f6;
}



.background-clip{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (min-aspect-ratio:16/9) {
    .background-clip{
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio:16/9) {
    .background-clip{
        width: auto;
        height: 100%;
    }
}


/* .content h1 {
 
  color: #ffffff;
  text-align: center;
  font-size: 9.37em;
  position: absolute;
}
.content p {
  color: #f6f0ff;
  width: 100%;
  font-size: 2.5em;
  font-weight: 500;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
  display: none;
}
.content:hover h1:nth-child(2) {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  transform: translateY(-50px);
  transition: 0.3s;
}
.content:hover h1:nth-child(3) {
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
  transform: translateY(50px);
  transition: 0.3s;
}
.content {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 14.37em;
  width: 28.12em;
  cursor: pointer;
} */





























#det {
  margin-top: 50px;
}

.cd1 { 
  margin: 0 ;}  

.rd1 {
  margin: 0 auto;
  color: #f6f0ff;
  text-align: center;
  padding: 80px 10px;
  width: 70%;
}

.card {
  margin: 0 auto;
}

.card2 {
  margin: 0 auto;
}



@media only screen and (max-width: 320px) {
  .card {
    position: relative;
    bottom: 250px;
  }
}

@media only screen and (max-width: 320px) {
  .card2 {
    position: relative;
    left: -171px;
  }
}





@media only screen and (max-width: 375px) {
  .card {
    position: relative;
    bottom: 250px;
  }
}

@media only screen and (max-width: 375px) {
  .card2 {
    position: relative;
    left: -171px;
  }
}


@media only screen and (max-width: 425px) {
  .card {
    position: relative;
    bottom: 250px;
  }
}

@media only screen and (max-width: 425px) {
  .card2 {
    position: relative;
    left: -171px;
  }
}

@media only screen and (max-width: 768px) {
  .card {
    position: relative;
    bottom: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .card2 {
    position: relative;
    left: -171px;
  }
}

@media only screen and (max-width: 1024px) {
  .card {
    position: relative;
    bottom: 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .card2 {
    position: relative;
    left: -171px;
  }
}














.cd2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
}

@media only screen and (max-width: 320px) {
  .cd2 p {
    position: relative;
   top: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
  }
}

@media only screen and (max-width: 320px) {
  .cd3 p {
    position: relative;
   top: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
  }
}

@media only screen and (max-width: 375px) {
  .cd2 p {
    position: relative;
   top: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
  }
}

@media only screen and (max-width: 375px) {
  .cd3 p {
    position: relative;
   top: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
  }
}

@media only screen and (max-width: 425px) {
  .cd2 p {
    position: relative;
   top: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
  }
}

@media only screen and (max-width: 425px) {
  .cd3 p {
    position: relative;
   top: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .cd2 p {
    position: relative;
   top: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .cd3 p {
    position: relative;
   top: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .cd2 p {
    position: relative;
   top: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .cd3 p {
    position: relative;
   top: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  text-align: left;
  margin: 50px 0;
  padding: 70px 60px;
  }
}

.cd1 {
  margin: 50px 0;
  padding: 70px 0;
}



.cd2 ,cd3 p {
  font-weight: 400;
  font-size: 17px ;
  line-height: 23px !important;
  
}


.cd3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 60px;
  padding-right: 0 !important;
  text-align: right;
  margin: 50px 0;
}



.cd4 {
  margin: 50px 0;
  padding: 70px 0;
}










































.footer {
    background: #10182F;
    border-radius: 6px;
  }
  .footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.5rem;
    padding: 60px;
  }
  .footer-row .footer-col h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .footer-col .links {
    margin-top: 20px;
  }
  .footer-col .links li {
    list-style: none;
    margin-bottom: 10px;
  }
  .footer-col .links li a {
    text-decoration: none;
    color: #bfbfbf;
  }
  .footer-col .links li a:hover {
    color: #fff;
  }
  .footer-col p {
    margin: 20px 0;
    color: #bfbfbf;
    max-width: 300px;
  }
  .footer-col form {
    display: flex;
    gap: 5px;
  }
  .footer-col input {
    height: 40px;
    border-radius: 6px;
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #7489C6 ;
    caret-color: #fff;
    color: #fff;
    padding-left: 10px;
  }
  .footer-col input::placeholder {
    color: #ccc;
  }
   .footer-col form button {
    background: #fff;
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
  }
  .footer-col form button:hover {
    background: #cecccc;
  }
  .footer-col .icons {
    display: flex;
    margin-top: 30px;
    gap: 30px;
    cursor: pointer;
  }
  .footer-col .icons i {
    color: #afb6c7;
  }
  .footer-col .icons i:hover  {
    color: #fff;
  }
  @media (max-width: 768px) {
    .footer {
      position: relative;
      bottom: 0;
      left: 0;
      transform: none;
      width: 100%;
      border-radius: 0;
    }
    .footer .footer-row {
      padding: 20px;
      gap: 1rem;
    }
    .footer-col form {
      display: block;
    }
    .footer-col form :where(input, button) {
      width: 100%;
    }

}

.footer-row .footer-col h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
.footer-col .links {
  margin-top: 20px;
  padding-left: 0 !important;
}